home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / mcpp / README < prev   
Encoding:
Text File  |  2006-11-03  |  1.9 KB  |  50 lines

  1. << What is MCPP >>
  2.  
  3. MCPP is a C/C++ preprocessor with the following features:
  4.  
  5.   1. Implements all of C90, C99 and C++98 features.  It has the highest
  6.     conformance.
  7.   2. Accompanies a validation suite to test comprehensively the C/C++
  8.     preprocessor.  When it is applied to the existing preprocessors,
  9.     MCPP shows outstanding result.
  10.   3. Has a variety of accurate diagnostic messages.  This allows
  11.     examination of most preprocessing problems of source, like potential
  12.     bugs or portability problems.
  13.   4. Has various #pragma directives to output debug information.
  14.   5. Supports the various encodings of multi-byte characters for Japan,
  15.     China, Taiwan and Korea.
  16.   6. Highly portable.  Supports many compiler systems on UNIX-like
  17.     systems and Windows.  It can replace resident preprocessor of the
  18.     compiler system.
  19.   7. Preprocessors of various behavior specifications can be generated
  20.     from the source.
  21.   8. Is free software.
  22.   9. Full documentations in Japanese and English are attached.
  23.  
  24. MCPP is probably the best C preprocessor in the world.
  25.  
  26. MCPP was selected as one of the "Exploratory Software Projects" of the
  27. Information-technology Promotion Agency (IPA), Japan, in year 2002 and
  28. 2003.  With its achievements, the author was evaluated as one of the
  29. highest rank programmers.
  30.  
  31. The sources and documents of MCPP are found at:
  32.  
  33.     http://mcpp.sourceforge.net/
  34.  
  35. Please read mcpp-summary.pdf for the overview of MCPP and Validation
  36. Suite.
  37.  
  38. Please read INSTALL (INSTALL-jp) for how to install MCPP on your system.
  39.  
  40. All the files except mcpp-summary.pdf are normal text files.  In the
  41. .tar.gz file, newline of the text files are [LF], and encoding of
  42. INSTALL-jp is EUC-JP.  In the .zip file, newline of the text files are
  43. [CR][LF], and encoding of INSTALL-jp is shift-JIS.
  44.  
  45. I would like to hear from many C programmers for reviews, comments and
  46. the interest to participate in development.
  47.  
  48. Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
  49.  
  50.